home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-
- on mouseUp
- cursor(-1)
- tell the stage
- set the visible of sprite 10 to 0
- set the visible of sprite 11 to 0
- set the visible of sprite 12 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 17 to 0
- go(1)
- end tell
- forget(window "shop")
- end
-